projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515ed1d
)
Declare `which-key--close-timer'
author
justbur
<justin@burkett.cc>
Fri, 3 Jul 2015 00:05:01 +0000
(20:05 -0400)
committer
justbur
<justin@burkett.cc>
Fri, 3 Jul 2015 00:05:01 +0000
(20:05 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 968bcbce25246330b166507f9fcc54b53106637f..28026641d1c42484b4a8d3887c6e9be16f960263 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-50,6
+50,8
@@
"Internal: Holds reference to which-key window.")
(defvar which-key--timer nil
"Internal: Holds reference to timer.")
+(defvar which-key--close-timer nil
+ "Internal: Holds reference to close window timer.")
(defvar which-key--setup-p nil
"Internal: Non-nil if which-key buffer has been setup")